home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRNOMY / SFS101S.ZIP / RO101.ZIP / README.BIN < prev    next >
Text File  |  1991-11-04  |  2KB  |  77 lines

  1. ro version 1.00 -- Release of PC-Compatible Binaries
  2. ----------------------------------------------------
  3.  
  4. Description:
  5. -----------
  6.  
  7. "ro" is a text formatter with some of the capabilities 
  8. of the Unix (tm, AT&T) "nroff" text formatter.  It is 
  9. based on an honorable tradition of CP/M and DOS formatters
  10. which go back to the ROFF formatter described in Kernigan 
  11. and Plauger's <Software Tools>.  It is copyrighted and 
  12. distributed as "freeware," i.e., you can use it for any 
  13. purpose as long as you don't make money off of it, or 
  14. try to claim that you wrote it.  
  15.  
  16. Files:
  17. -----
  18.     ro.exe        executable program
  19.     tmac.m        a macro package
  20.     termnull.exe    filters out all printer codes
  21.     termansi.exe    assigns printer codes for ANSI
  22.             terminal
  23.     termnx10.exe    assigns printer codes for Star
  24.             Micronics NX10 printer
  25.     termnx10.c    source code for above (a sample 
  26.             printer filter program)
  27.     term.h        include file for the above 
  28.     ro.doc        primary documentation in "ro"
  29.             format
  30.     ro.qrf        quick reference guide
  31.     test.doc    test document showing use of end-
  32.             note macros
  33.     read.me        this document
  34.  
  35.  
  36. Reading and printing the manual:
  37. -------------------------------
  38.  
  39. The manual (file "ro.doc") is in "ro" format, and must be read
  40. using "ro" and a filter program.  If you have the Unix or DOS 
  41. pager "more" installed in your path, you can read it page-by-
  42. page with the command
  43.  
  44.     ro ro.doc | termnull | more
  45.  
  46. If your DOS computer has ANSI.SYS installed, or your Unix terminal
  47. supports ANSI escape sequences, the following command will show 
  48. bold as bold and italics as underline:
  49.  
  50.     ro ro.doc | termansi | more
  51.  
  52. The manual can br printed to any printer with the command(s):
  53.  
  54.     ro ro.doc | termnull | lp        (Unix)
  55.     ro ro.doc | termnull >prn        (DOS)
  56.  
  57. With the Star Micronics NX10 printer, you may substitute 
  58. "termnx10" for "termnull" in the above command lines.  Instructions
  59. for creating filters for other printers are included in "ro.doc".  
  60.  
  61. Source Code:
  62. -----------
  63.  
  64. The source code for "ro" will be posted to comp.sources.unix.  
  65.  
  66.  
  67. Communications:
  68. --------------
  69.  
  70. Ted A. Campbell
  71. Bywater Software 
  72. Box 4023 
  73. Duke Station
  74. Durham, NC  27706
  75.  
  76. Internet:      tcamp@uncecs.edu
  77.